home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / sql_oracle.def < prev    next >
Text File  |  2000-11-08  |  5KB  |  149 lines

  1. object TPersHolder
  2.   P.Name = 'SQL (Oracle)'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       FISymbol = 8
  12.       UseSymbols = True
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseStrings = True
  16.       UseSingleLineStrings = True
  17.       UseNumbers = True
  18.       UseKeywords = True
  19.       BlockDelimiters = <>
  20.       SingleLineCommentDelimiters = <
  21.         item
  22.           FontID = 4
  23.           LeftDelimiter = '--'
  24.         end>
  25.       SingleLineStringDelimiters = <
  26.         item
  27.           FontID = 5
  28.           LeftDelimiter = #39
  29.           RightDelimiter = #39
  30.         end
  31.         item
  32.           FontID = 6
  33.           LeftDelimiter = '"'
  34.           RightDelimiter = '"'
  35.         end>
  36.       KeywordSets = <
  37.         item
  38.           FontID = 7
  39.           Name = 'reserved'
  40.           Keywords = 
  41.             'ABORT,ACCEPT,ACCESS,ADD,ALL,ALTER,AND,ANY,ARRAY,AS,ASC,ASSERT,AS' +
  42.             'SIGN,AT,AUDIT,AUTHORIZATION,AVG,BEGIN,BETWEEN,BODY,BOOLEAN,BY,CA' +
  43.             'SE,CHAR,CHAR_BASE,CHECK,CLOSE,CLUSTER,CLUSTERS,COLAUTH,COLUMN,CO' +
  44.             'LUMNS,COMMENT,COMMIT,COMPRESS,CONNECT,CONSTANT,COUNT,CRASH,CREAT' +
  45.             'E,CURRENT,CURSOR,DATA_BASE,DATABASE,DATE,DBA,DEBUGOFF,DEBUGON,DE' +
  46.             'CIMAL,DECLARE,DEFAULT,DEFINITION,DELAY,DELETE,DELTA,DESC,DIGITS,' +
  47.             'DISPOSE,DISTINCT,DO,DROP,ELSE,ELSIF,END,ENTRY,EXCEPTION,EXCEPTIO' +
  48.             'N_INIT,EXCLUSIVE,EXISTS,EXIT,FALSE,FETCH,FILE,FLOAT,FOR,FORM,FRO' +
  49.             'M,FUNCTION,GENERIC,GOTO,GRANT,GROUP,HAVING,IDENTFIED,IDENTIFIED,' +
  50.             'IF,IMMEDIATE,IN,INCREMENT,INDEX,INDEXES,INDICATOR,INITIAL,INSERT' +
  51.             ',INTEGER,INTERSECT,INTO,IS,LEVEL,LIKE,LIMITED,LOCK,LONG,LOOP,MAX' +
  52.             ',MAXEXTENTS,MIN,MINUS,MOD,MODE,MODIFY,NEW,NOAUDIT,NOCOMPRESS,NOT' +
  53.             ',NOWAIT,NULL,NUMBER,NUMBER_BASE,OF,OFFLINE,ON,ONLINE,OPEN,OPTION' +
  54.             ',OR,ORDER,OTHERS,OUT,PACKAGE,PARTITION,PCTFREE,PRAGMA,PRIOR,PRIV' +
  55.             'ATE,PRIVILEGES,PROCEDURE,PUBLIC,RAISE,RANGE,RAW,RECORD,RELEASE,R' +
  56.             'EM,RENAME,REPLACE,RESOURCE,RETURN,REVERSE,REVOKE,ROLLBACK,ROW,RO' +
  57.             'WID,ROWLABEL,ROWNUM,ROWS,ROWTYPE,RUN,SAVEPOINT,SCHEMA,SELECT,SEP' +
  58.             'ARATE,SESSION,SET,SHARE,SIZE,SMALLINT,SPACE,SQL,SQLCODE,SQLERRM,' +
  59.             'START,STATEMENT,STDDEV,SUBTYPE,SUCCESSFUL,SUM,SYNONYM,SYSDATE,TA' +
  60.             'BAUTH,TABLE,TABLES,TASK,TERMINATE,THEN,TO,TRIGGER,TRUE,TYPE,UID,' +
  61.             'UNION,UNIQUE,UPDATE,USE,USER,VALIDATE,VALUES,VARCHAR,VARCHAR2,VA' +
  62.             'RIANCE,VIEW,VIEWS,WHEN,WHENEVER,WHERE,WHILE,WITH,WORK,XOR'
  63.         end>
  64.     end>
  65.   P.FontTable = <
  66.     item
  67.       FontID = 0
  68.       GlobalAttrID = 'Whitespace'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlack
  71.       Font.Height = -13
  72.       Font.Name = 'Courier New'
  73.       Font.Style = []
  74.     end
  75.     item
  76.       FontID = 1
  77.       GlobalAttrID = 'Integer'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clGreen
  80.       Font.Height = -13
  81.       Font.Name = 'Courier New'
  82.       Font.Style = []
  83.     end
  84.     item
  85.       FontID = 2
  86.       GlobalAttrID = 'Float'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clGreen
  89.       Font.Height = -13
  90.       Font.Name = 'Courier New'
  91.       Font.Style = []
  92.     end
  93.     item
  94.       FontID = 3
  95.       GlobalAttrID = 'Integer'
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clGreen
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = []
  101.     end
  102.     item
  103.       FontID = 4
  104.       GlobalAttrID = 'Comment'
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clGray
  107.       Font.Height = -13
  108.       Font.Name = 'Courier New'
  109.       Font.Style = [fsItalic]
  110.     end
  111.     item
  112.       FontID = 5
  113.       GlobalAttrID = 'String'
  114.       Font.Charset = DEFAULT_CHARSET
  115.       Font.Color = clMaroon
  116.       Font.Height = -13
  117.       Font.Name = 'Courier New'
  118.       Font.Style = []
  119.     end
  120.     item
  121.       FontID = 6
  122.       GlobalAttrID = 'String'
  123.       Font.Charset = DEFAULT_CHARSET
  124.       Font.Color = clMaroon
  125.       Font.Height = -13
  126.       Font.Name = 'Courier New'
  127.       Font.Style = []
  128.     end
  129.     item
  130.       FontID = 7
  131.       GlobalAttrID = 'Reserved words'
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clBlue
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = [fsBold]
  137.     end
  138.     item
  139.       FontID = 8
  140.       GlobalAttrID = 'Delimiters'
  141.       Font.Charset = DEFAULT_CHARSET
  142.       Font.Color = clBlack
  143.       Font.Height = -13
  144.       Font.Name = 'Courier New'
  145.       Font.Style = []
  146.     end>
  147.   P.SyntaxVersion = 3
  148. end
  149.